home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELR.H
< prev
next >
Wrap
Text File
|
1992-03-28
|
510b
|
26 lines
// CMandelRectPhase.h
#pragma once
#include "CMandelPhase.h"
class CMandelRectPhase: public CMandelPhase {
public:
void IMandelRectPhase(CMandelDoc *, CMandelPhase *,
short, short, short, short);
virtual CMandelPhase * Perform(void);
protected:
double itsHStart, itsVStart;
double itsScale;
double itsHTemp;
TDwell itsMaxDwell;
TDwellH itsDwellsH;
short itsNRows, itsNCols;
short itsNTemp;
long itsIndex;
short itsVOffset;
};